home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Alles Voor Internet / Tout Pour Internet
/
alles voor internet.iso
/
MacInternet™
/
Modem
/
doubledialscript.txt
< prev
next >
Wrap
Internet Message Format
|
1994-06-21
|
3KB
From: "Alejandro Gidi Ch." <lg275887@hp9k.lag.itesm.mx>
Posted-Date: Tue, 12 Apr 94 15:27:29 MDT
Subject: A contribution...
To: mike@mac.archive.umich.edu
Date: Tue, 12 Apr 94 15:27:29 MDT
Hola desde Mexico!
Hello from Mexico..
Mike...
Hello again.. I thought, that it was unfair that I dowloaded many files,
from your archive.. and never uploaded one... I don't have my own files..
I' don't know how to program (yet) But I buil't this MAcKNOWLEDGE Script
That dials 2 number alternately, It may not sound like much.. but the
default script didn't do that... I'm almost sure 99.9% that it works ok.
I fixed a bug that reseted the modem after hookup. hisss..
If you think it is ok... put it on your archive.. if you don't hink so, don't.
no prob..
It just needs to be copy/pasted onto a clean Script Window.
PD. I'm working on one that gets mail from HP-UX Mail.. but still doesn't work.
If you are interested let me know.. I will also write it for WhiteKnight.
Great work you do on mac.archive.. Congratulations!!!
'**********************
'Communication Settings
'**********************
CommC.Bit8% = NO%
CommC.BPS% = 9600
CommC.BSToDel% = NO%
CommC.CharDelay% = 0
CommC.Chars% = 80
CommC.CharSet% = 0
CommC.CTS% = NO%
CommC.CurBlink% = YES%
CommC.CurShape% = 0
CommC.DBits% = 8
CommC.DTR% = NO%
CommC.G0% = 3
CommC.G1% = 3
CommC.LFCRIn% = NO%
CommC.LFCROut% = NO%
CommC.LineDelay% = 0
CommC.Lines% = 24
CommC.LocEcho% = NO%
CommC.Parity% = 0
CommC.Port = "Modem"
CommC.Protocol% = 0
CommC.ProtOpt% = 2
CommC.RemEcho% = NO%
CommC.SBits% = 10
CommC.Term% = 2
CommC.Wrap% = 80
CommC.XOnXOff% = YES%
'+**************************+
'|Tiene terminal tipo vt100 |
'+**************************+
'*********************
' Empieza el Script |
'*********************
CLRSCR
SHOW CommWindow
show statusbar
getmodemFile:
modemFile = @modemFile
IF modemFile = "" THEN modemFile = "Hayes Modem.i" ELSE *
IF NOT Exists%(modemFile) THEN *
DO FILE "getmodemFile.i" : *
GOTO getmodemFile
IF Service <> "" THEN DOLOGOFF
HOLD ON
CURSOR WATCH
TIMER RESET
dialIt:
Message = "HereGoesYourTelNumber#1"
DO FILE modemFile "Dial"
IF (Message <> "") AND (Message <> "Canceled") AND @Redial% THEN *
GOTO dialItdos *
ELSE *
IF Message <> "" THEN *
DISPLAY "Unable to connect: "& Message
CURSOR RESET
END
dialItdos:
Message = "HereGoesYourTelNumber#2"
DO FILE modemFile "Dial"
IF (Message <> "") AND (Message <> "Canceled") AND @Redial% THEN *
GOTO dialIt *
CURSOR RESET
END
--
+------------------------------------------------------------------------------+
| Atte: | MacManiac |
| Alejandro Gidi Ch. | MMMMMM MMMMMM |
| IRC= ALEX- | MMMMMMMMMMMMMM |
| E-Mail at lg275887@hp9k.lag.itesm.mx | MMMMM MMMMM |
| | MMMM MMMMACINTOSH |
|Tel Mex.:(17)202370 & 200960 Fax (17)203790 & 211706 | |
+------------------------------------------------------------------------------+